This command shows a menu consisting from (enabled) macros found in the defined folder. Clicking on a menu item (macro) will cause that the macro is started.
Syntax:
<macromenu>(Xpos, Ypos, "GroupName", Options)
Xpos
X-coordinate of the menu position. If Xpos is û1 and Ypos is also û1, the
menu appears on mouse cursor position.
Ypos
Y-coordinate of the menu position. If Xpos is û1 and Ypos is also û1, the
menu appears on mouse cursor position.
GroupName
Macros (name of the macro) from this group will show in the menu.
Options
Can be one of these values:
2 - default behavior.
3 - a prefix (1-9, a-z) is added before each macro name in the menu. This
allows user to run macro by pressing the prefix key.
Example:
<#> This macro will open menu with macros from
<#> 'New Macro Group' group
<cmds>
<macromenu>(-1,-1,"New Macro Group",3)